home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / hardware / flashupdates / cdrive.notes < prev    next >
Text File  |  1999-04-19  |  5KB  |  172 lines

  1. Open:
  2.  
  3. Amiga RR extensions handling
  4.  
  5.  
  6. 3.14
  7. - ActParentFH fix
  8.   occured with the AmigaDev 1.1 "Amiga_Developer_CD_v1.1" guide file
  9.  
  10. 3.13
  11. - max values for cache management to avoid that an illegal
  12.   mountlist causes the system to run havoc
  13.  
  14. 3.12
  15. - Don`t show a requester if a disc can`t be read during
  16.   the mount phase. This avoids nasty requesters during booting
  17.   for CDDA or empty CDRs for example.
  18.  
  19. 3.11
  20. - ActFHFromLock fix
  21.  
  22. 3.10
  23. - Fixed a lock init race condition if you used dir opt all 2 times
  24.   on a CD. After the first time you would run in circular errors.
  25. - added the resident tag so c:version device: finds the version.
  26.  
  27. 3.9
  28. - Rockridge fix..removed the RR field alignment which
  29.   was obviously wrong
  30.  
  31. 3.8
  32. - made romable
  33. - check for illegal cli startup
  34. - mount volumes if the name already exists.
  35.   Then it adds a postfix <Volume>.$Instance
  36.  
  37. 3.7
  38. - If the handler didn`t work it now removes the DeviceNode
  39.  
  40. 3.6
  41. - Copyright text changes
  42.  
  43. 3.5
  44. - Fixed an exall problem.Visible with the NextStep Nebula CD
  45. - Fixed a very large file/dirname problem.
  46. - Fixed very deep path names bug(signed char)
  47.  
  48. 3.4
  49. - Finally fixed this mount IXEMUL: from devs:Mountlist.IXPIPE problem
  50.   on the 1st FreshFish stefanb reported last year...sorry.
  51.  
  52. 3.3
  53. - Fixed 0 Byte File Open(); bug(Fred Fish...Thanx for the cool FreshFish)
  54. - Added some unimportant 2.x Packets...now AmigaGuide has no more any path
  55.   problems with subguides.(urghhhh...)
  56.  
  57. 3.2
  58. - Forgot to fill fib_NumBlocks in Examine...du and ls(gnu ports) showed
  59.   illegal values(MTK)
  60. Attention!
  61.   If you have mount problems with devs:dosdrivers check if you haven't
  62.   any mountlist with a wrong format in the directory, because it stops
  63.   to mount then.(Snoopdos)
  64.   Furthermore old Mount versions have problems with Tooltypes. Please
  65.   be careful if you have a Beta OS or use one.
  66.  
  67. 3.1
  68. - ActionDie now works
  69.  
  70. 3.0
  71. - Rockridge Addition.
  72.   Big Thanks to mtk for his dump of a rockridge disk that helped me to understand
  73.   the rockridge specs i had since months.
  74. - Added new Mountlist Flag parameter Reserved to control Rockridge Features
  75.  
  76. 2.9
  77. - Fixed Parent on File in rootdir problem=>Ced 3.5 couldn't read a file in the root
  78. - Fixed Exall problem with gnu:x11/contrib...
  79.  
  80. 2.8
  81. - Fixed Exall Bug
  82.   Visible with 4k ExallBuffer and Aminet:aminet/mods/misc
  83.  
  84. 2.7
  85. - LocateFile bug that can lead to several sideeffects.
  86.   Lock/Open Problems
  87.   List Problems
  88.  
  89. 2.6
  90. - ExNext Bug that can lead to several sideeffects.
  91.   Lock/Open Problems
  92.   List Problems
  93.  
  94. 2.5
  95. - Fixed SCSIDirect bug
  96.  
  97. 2.4
  98. - Fixed a sideeffect bug
  99.  
  100. 2.3
  101. - Fixed assign directory bug
  102.  
  103. 2.2
  104. - Sorry..Enforcer hit added in 2.1
  105. - Fixed change/wrong buffer read problem
  106.   Connected bugs:
  107.   o disk insert,open icon,disk out,Show Contents/All Files on the workbench crash
  108.   o cd/list/Need Volume Requester problems
  109.   o diskchange during dir problems(I couldn't produce that problem in this version)
  110. - Motor Off fixed
  111.  
  112. 2.1
  113. - IntuiMsg Lock problem...solves MFR,Blanker problems
  114.  
  115. 2.0
  116. - Sorry..CacheMode 0x0 was broken(caused by 1.9 changes)
  117. - CacheMode 0x0 now cares for the de_Mask parameter
  118.  
  119. 1.9
  120. - Fixed ExNext problem....i hope
  121. - DiskChange and RootDrawer Title change works now
  122. - FreeBuffers if no CD is in the drive(Stefanb here you have it...major rewrite)
  123. - AddBuffers now activated
  124.  
  125. 1.8
  126. - Fixed FlushBuffers problem
  127. - Fixed DiskChange and volume Freelock problem
  128. - Inhibit is now nested
  129. - Action_Die can't be fully supported because of several side-effects
  130.   o ActDie causes that every handler access is returned with an error
  131.     and all possible resources are freed.
  132.     Volume and Device nodes are still there....
  133.  
  134.  
  135. 1.7
  136. - Fixed CD,Exall,ExNext problems
  137. - Fixed that Unlock forgets to UnMount if the CD is not in the drive
  138.  
  139. 1.6
  140. - Fixed Enforcer Hit caused by 1.5
  141. - Added more Debug stuff to find a CD bug
  142.  
  143. 1.5
  144. - Exall zd0: #?/ causes an enforcer hit
  145. - Fixed Volume change problem(dl_Task wasn't set to NULL)
  146.   -> fixed a lot side-effects
  147. - Fixed known ExAll Crash/Trash problem
  148. - Fixed Volume/WB problems with 2 Volumes on the wb and one is removed
  149.  
  150. 1.4
  151. - The CDFS didn't work on Devices with no _GEOMETRY support since 1.1
  152. - Fixed the System-Hangup when the CDFS failed to start
  153.   I forgot to clear the Taskptr in the Device node
  154.  
  155. 1.3
  156. - Sorry..again a Bug in the Cache Priority Search
  157.   caused by a = instead of a ==
  158.  
  159. 1.2
  160. - Cache Priority Search Bug->poor speed in some conditions
  161.  
  162. 1.1 
  163.  
  164. - ExAll
  165. - Burst/.Info & SmallData Cache or Burst/Read Cache
  166. - Read Errors with the new Cache Method removed
  167. - Input.Device DiskRemoved DiskInserted added
  168. - DiskInsert and diskremove during reading works now
  169.  
  170. 1.0 Initial Beta Release
  171.  
  172.